From b12b62c2fdc14d5f9399154cf31c615f4ec71d70 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 27 Nov 2006 14:47:23 +0000 Subject: [PATCH] Reset the domain name after the save completes. This is necessary, now that we have persistent domains. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendCheckpoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 1aa89714f2..2037ba0fa0 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -97,6 +97,7 @@ def save(fd, dominfo, network, live, dst): forkHelper(cmd, fd, saveInputHandler, False) dominfo.destroyDomain() + dominfo.setName(domain_name) except Exception, exn: log.exception("Save failed on domain %s (%d).", domain_name, -- 2.30.2